home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
CheckersSparse.dxr
/
00162_Continue Game.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-01-25
|
253 b
|
15 lines
on mouseDown
playSound("Reset", 2)
go(5)
end
on mouseEnter
playSound("continuerestart", 2)
set the member of sprite 233 to "ContinueOver"
end
on mouseLeave
playSound("continuerestart", 2)
set the member of sprite 233 to "ContinueNorm"
end